Back to Projects
Cover image for Vult Subscription Landing Page

Vult Subscription Landing Page

The Vult Subscription Landing Page is a dedicated entry point for sports academies to request a free trial or subscribe to the platform’s paid plan. The page collects academy information, processes subscription requests, and integrates directly with the backend subscription management system used in the admin dashboard. It serves as the initial onboarding and activation funnel for new academies joining the Vult platform.

Tech Stack

Backend
PHP Laravel
Frontend
Blade HTML CSS JavaScript Bootstrap
Database
MySQL
Infrastructure & Tools
Git GitHub Laravel Artisan
Architecture
MVC RESTful APIs Modular Architecture

Project Overview

The Vult Subscription Landing Page is a dedicated onboarding interface designed to allow sports academies to easily request access to the Vult platform. It acts as the primary entry point for new academies interested in using the system to manage their sports activities and connect with parents.

The landing page provides a streamlined process for academies to submit their information and request either a free trial or a paid subscription plan. Through an intuitive form-based interface, academies can enter essential details about their organization, including academy name, contact information, and operational data required for registration.

Once the information is submitted, the system processes the request and sends the data directly to the backend subscription management module integrated within the Vult admin dashboard. This integration enables administrators to review incoming requests, manage trial activations, approve subscriptions, and track academy onboarding through a centralized management interface.

The landing page serves as a critical part of the platform’s activation funnel, bridging the gap between potential academy users and the internal management system. By automating the request collection and connecting it with the backend workflow, the page simplifies the onboarding process while ensuring that all subscription requests are properly organized and processed.

Overall, the Vult Subscription Landing Page plays a key role in expanding the platform’s ecosystem by providing a smooth and efficient entry point for academies to join the system and begin managing their sports programs digitally.

My Role: Back-End Developer

  • Developed the free trial request API.
  • Built the paid subscription API with billing data collection.
  • Integrated the landing page with the admin subscription system.
  • Managed the subscription lifecycle from registration to activation.
  • Designed database tables for subscription requests.
  • Implemented business logic for accurate onboarding.
  • Supported frontend integration with backend APIs.